From: João Távora Date: Wed, 18 Aug 2021 10:37:55 +0000 (+0100) Subject: ; * etc/NEWS (Icomplete): Fix typo and remove redundant word X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~1705 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c17e03ace54b676cf3bf193153cf5e9b367cdd61;p=emacs.git ; * etc/NEWS (Icomplete): Fix typo and remove redundant word --- diff --git a/etc/NEWS b/etc/NEWS index 1b4712828c5..8b536541702 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -666,13 +666,12 @@ prompt prefix. +++ *** New minor modes 'icomplete-vertical-mode' and 'fido-vertical-mode' -These modes are modify Icomplete ('M-x icomplete-mode') and Fido ('M-x +These modes modify Icomplete ('M-x icomplete-mode') and Fido ('M-x fido-mode'), to display completions candidates vertically instead of horizontally. In Icomplete, completions are rotated and selection kept at the top. In Fido, completions scroll like a typical dropdown widget. Both these new minor modes will first turn on their -respective non-vertical counterparts first, if they are not on -already. +non-vertical counterparts first, if they are not on already. --- *** Default value of 'icomplete-compute-delay' has been changed to 0.15 s.